ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View<T> Class
The type of the elements in the view.
Members

In This Topic
    View<T> Class
    In This Topic
    Represents a live view: a LINQ query result that supports two-way data binding and is kept up-to-date with base data.
    Object Model
    View<T> Class
    Syntax
    Type Parameters
    T
    The type of the elements in the view.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.Data.ClientView<T>
             C1.LiveLinq.LiveViews.AggregationView<TSource,TResult>
             C1.LiveLinq.LiveViews.GroupView<TKey,TElement>
             C1.LiveLinq.LiveViews.OrderedView<T>

    See Also